Hi All,
I am trying to make a get request to ‘https://api.pagerduty.com/incidents’ following instruction on https://developer.pagerduty.com/api-reference/reference/REST/openapiv3.json/paths/~1incidents/get .
I would like to make a request with filter on ‘Priorities’ parameter to get only those incidents that fall under certain priority, e.g. P1 or P2.
Is this supported in pagerduty incident API currently?
Thank you.